home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 November / Macworld Nov ’95.toast / Developers / Sources / cellusoftspritesrc.sit.hqx / cellusoftspritesrc.sit / Cellusoft Graphics / Cellusoft.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-23  |  483 b   |  25 lines

  1. /************************************************************
  2.  
  3. Created: Saturday, April 3, 1993 at 9:00 AM
  4.     Cellusoft.h
  5.     C Interface to the Cellusoft library
  6.     Kludged together by Matt Burch.
  7.  
  8. ************************************************************/
  9.         
  10.  
  11. #define MaxAnimations    15
  12.  
  13. struct AnimationRecord
  14. {
  15.     Boolean active;
  16.     Rect lRect, cRect, pRect;
  17.     GrafPtr theGraf, theMaskGraf;
  18. } animArray[MaxAnimations+1];
  19.  
  20. Rect         tr[5];
  21. PicHandle    Pic_Handle;
  22. RgnHandle    theregion;
  23.  
  24.  
  25.